Autogenerated HTML docs for v1.7.2.1-2-gba95 
diff --git a/RelNotes-1.7.0.7.txt b/RelNotes-1.7.0.7.txt new file mode 100644 index 0000000..d0cb7ca --- /dev/null +++ b/RelNotes-1.7.0.7.txt 
@@ -0,0 +1,16 @@ +Git v1.7.0.7 Release Notes +========================== + +Fixes since v1.7.0.6 +-------------------- + + * "make NO_CURL=NoThanks install" was broken. + + * An overlong line after ".gitdir: " in a git file caused out of bounds + access to an array on the stack. + + * "git config --path conf.var" to attempt to expand a variable conf.var + that uses "~/" short-hand segfaulted when $HOME environment variable + was not set. + +And other minor fixes and documentation updates. 
diff --git a/RelNotes-1.7.1.2.txt b/RelNotes-1.7.1.2.txt index 46b6a96..61ba14e 100644 --- a/RelNotes-1.7.1.2.txt +++ b/RelNotes-1.7.1.2.txt 
@@ -17,3 +17,12 @@    * "git rev-parse --parseopt --stop-at-non-option" did not stop at non option  when --keep-dashdash was in effect. + + * An overlong line after ".gitdir: " in a git file caused out of bounds + access to an array on the stack. + + * "git config --path conf.var" to attempt to expand a variable conf.var + that uses "~/" short-hand segfaulted when $HOME environment variable + was not set. + +And other minor fixes and documentation updates. 
diff --git a/RelNotes-1.7.2.1.txt b/RelNotes-1.7.2.1.txt new file mode 100644 index 0000000..1103c47 --- /dev/null +++ b/RelNotes-1.7.2.1.txt 
@@ -0,0 +1,25 @@ +Git v1.7.2.1 Release Notes +========================== + +Fixes since v1.7.2 +------------------ + + * "git instaweb" wasn't useful when your Apache was installed under a + name other than apache2 (e.g. "httpd"). + + * Similarly, "git web--browse" (invoked by "git help -w") learned that + chrome browser is sometimes called google-chrome. + + * An overlong line after ".gitdir: " in a git file caused out of bounds + access to an array on the stack. + + * "git config --path conf.var" to attempt to expand a variable conf.var + that uses "~/" short-hand segfaulted when $HOME environment variable + was not set. + + * Documentation on Cygwin failed to build. + + * The error message from "git pull blarg" when 'blarg' is an unknown + remote name has been improved. + +And other minor fixes and documentation updates. 
diff --git a/git.html b/git.html index 9891b45..b5e2a91 100644 --- a/git.html +++ b/git.html 
@@ -2108,7 +2108,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2010-07-21 21:55:52 UTC  +Last updated 2010-07-28 17:27:07 UTC   </div>   </div>   </body>  
diff --git a/git.txt b/git.txt index 27ece58..59f291d 100644 --- a/git.txt +++ b/git.txt 
@@ -44,20 +44,23 @@  branch of the `git.git` repository.  Documentation for older releases are available here:   -* link:v1.7.2/git.html[documentation for release 1.7.2] +* link:v1.7.2.1/git.html[documentation for release 1.7.2.1]    * release notes for + link:RelNotes-1.7.2.1.txt[1.7.2.1],  link:RelNotes-1.7.2.txt[1.7.2].   -* link:v1.7.1.1/git.html[documentation for release 1.7.1.1] +* link:v1.7.1.2/git.html[documentation for release 1.7.1.2]    * release notes for + link:RelNotes-1.7.1.2.txt[1.7.1.2],  link:RelNotes-1.7.1.1.txt[1.7.1.1],  link:RelNotes-1.7.1.txt[1.7.1].   -* link:v1.7.0.6/git.html[documentation for release 1.7.0.6] +* link:v1.7.0.7/git.html[documentation for release 1.7.0.7]    * release notes for + link:RelNotes-1.7.0.7.txt[1.7.0.7],  link:RelNotes-1.7.0.6.txt[1.7.0.6],  link:RelNotes-1.7.0.5.txt[1.7.0.5],  link:RelNotes-1.7.0.4.txt[1.7.0.4],